home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 September
/
PCWorld_2007-09_cd.bin
/
akce
/
actualtitlebuttons
/
atbsetup.exe
/
{app}
/
en.chm
/
features
/
transparency.php
< prev
next >
Wrap
PHP Script
|
2007-06-20
|
2KB
|
44 lines
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Make Transparent");
?>
<h1>Make Transparent</h1>
<p><i><b>Available in</b>:
<a href="http://www.actualtools.com/products/index.php#aim">Actual Window Manager</a>,
<a href="http://www.actualtools.com/products/index.php#atw">Actual Transparent Window</a>,
<a href="http://www.actualtools.com/products/index.php#atb">Actual Title Buttons</a>,
<a href="http://www.actualtools.com/products/index.php#asm">Actual Window Menu</a>.
</i></p>
<p>The <i><b>Make Transparent</b> action</i> appears in the last generation of <i>Microsoft®</i> operating
systems like <i>Windows® 2000/XP/2003/Vista</i>. It allows you making a foreground window look like stained glass so you
can see through it to the contents of windows behind it while simultaneously being able to still see the contents of
the foreground window as well.
</p>
<p align="center">
<img src="http://www.actualtools.com/images/atw_screenshot_large.jpg" width="225" height="149" border="0" alt="Make Window Transparent on-the-fly."/>
</p>
<p><a name="level"></a>You can choose any <i>transparency level</i> for a particular window ranging from 0% (opaque) to
100% (<i>completely</i> transparent, or <i>invisible</i>).
</p>
<p><i>Hint</i> The <i><b>Make Transparent</b> action</i> is very handy for working <i>with</i> and <i>between</i>
multiple open windows that cannot be sized to fit on the desktop side-by-side. For example, attempting to transcribe
something into a <i>Microsoft® Word</i> document from an Internet browser window when they won't both fit on the screen
together at the same time.
</p>
<p><i>Related actions:
<a href="rollup.php">Roll Up</a>,
<a href="ontop.php">Stay Always-On-Top</a>,
<a href="ghost.php">Ghost</a>.
</i></p>
<p><i>Possible triggers:
<a href="titlebuttons.php#transparency">Title Buttons</a>,
<a href="windowmenu.php#transparency">Window Menu</a>,
<a href="startup.php">Startup</a>,
<a href="activate.php">Deactivation</a>,
<a href="hover.php">Moving/Resizing/Mouse-Hovering</a>,
<a href="scdefault.php">Title Bar Double-Click</a>.
</i></p>
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");
?>